TestBase.handledTimeout Method
Same as setTimeout(), but with ability to catch any exception and continue the tests/
Parameters
- func
-
Type: Function
The test function to run.
- continueFunc
-
Type: Function
Function to run to continue the test.
- timeout
-
Type: Number
Timeout in milliseconds.